home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Gnuplot.app / English.lproj / ThreeDPane.nib / data.classes next >
Text File  |  1993-03-18  |  645b  |  43 lines

  1. Pane = {
  2.     OUTLETS = {
  3.     doc;
  4.     window;
  5.     view;
  6.     status;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ThreeDPane = {
  16.     ACTIONS = {
  17.     doSetIsoSamples:;
  18.     doSetContourBase:;
  19.     doSetContourSurface:;
  20.     doSetRotation:;
  21.     selectControl:;
  22.     showContourOptionsPanel:;
  23.     doSetSurfaceType:;
  24.     doSetThreeD:;
  25.     doResetRotation:;
  26.     };
  27.     OUTLETS = {
  28.     contourBaseButton;
  29.     rotationResetButton;
  30.     isoSamplesMatrix;
  31.     rotXSlider;
  32.     rotMatrix;
  33.     rotZSlider;
  34.     contourOptionsButton;
  35.     surfaceTypeMatrix;
  36.     contourSurfaceButton;
  37.     isoSamplesLabel;
  38.     threeDButton;
  39.     contourOptionsPanel;
  40.     };
  41.     SUPERCLASS = Pane;
  42. };
  43.